/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#mymenu{
	font-weight: normal;
	font-size: 90%;
	top:141px;
	position:relative;
	left:0px;
	clear:both;
}

#mymenu:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

#mymenu ul{
/*	text-indent: 10px;*/
	padding: 3px 0;
	margin: 0;
	background: linear-gradient(to bottom, #FF7D1A 0, #FF8E38 15%, #FF801F 50%, #FF6E00 50%, #FA6C00 50%, #FF6E00 60%, #FF7A14 100%) no-repeat;
/*	border: 1px solid #bebebe;*/
	text-align: left; /*set value to "center" for example to center items*/
}

#mymenu ul li{
display: inline;
}

#mymenu ul li a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: white;
	font-weight:bold;
	padding: 3px 0;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0;
	text-decoration: none;
/*	background: transparent url(../images/slantdivider.gif) top right no-repeat;*/
}

#mymenu ul li a:visited{
color: white;
} 

#mymenu ul li a:hover{
background: white;
color: black;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.topmenu{
	padding: 0;
	border-top: 0px solid gray;
	background: transparent;
	voice-family: "\"}\"";
	voice-family: inherit;
	position:relative;
	left:120px;
	top:29px;
	clear:both;
	float:left;
}

.topmenu ul{
	margin:0;
	margin-left: 40px; /*margin between first menu item and left browser edge*/
	padding: 0;
	list-style: none;
	float:left;
}

.topmenu li{
	display: inline;
	margin: 0 2px 0 0;
	padding: 0;
}

.topmenu a{
	float: left;
	display: block;
	font: 12px Arial;
	color: #EAEAEA;
	text-decoration: none;
	font-weight:bold;
	margin: 0 1px 0 0; /*Margin between each menu item*/
	padding: 5px 10px 5px 10px; /*Padding within each menu item*/
}

.topmenu a:hover{
	padding-top: 5px; /*Set padding-top value to default's padding-top + padding-bottom */
	padding-bottom: 0; /*Set padding-bottom value to 0 */
	border-bottom-color: #D10000; /*Highlight red color theme*/
	color: white;
}

.topmenu .current a{ 
	background-color: #D10000; /*Highlight red color theme*/
	padding-top: 10px; /*Set padding-top value to default's padding-top + padding-bottom */
	padding-bottom: 0; /*Set padding-bottom value to 0 */
	border-bottom-color: #D10000; /*Highlight red color theme*/
	color: white;
}

.sec_menu{
	background-color: #c6b388;
	margin: 10px;
	margin-left:30px;
	float:left;
	padding:5px;
	border:2px groove white;
}

.sec_menu ul{
	list-style:none;
	font-size:12px;
	padding:0px;
	float:left;
	margin:0px;
}

.sec_menu ul li{
}

.sec_menu ul li a{
	text-decoration:none;
	margin:0px;
	margin-left:5px;
	margin-right:5px;
	color:#FA5005;
	font-weight:bold;
}

.sec_menu ul li a:hover{
	color:#FF0000;
}

.centermenu{
	background-color:#efefef;	
/*	float:left;*/
	margin-left:10px;
	margin-right:10px;
	border: 1px solid white;
	height:25px;
	vertical-align:middle;
	padding-left:5px;
	padding-right:5px;
	clear:both;
	display:block;
	margin-top:5px;
	border:1px solid black;
	width:550px;
}

.centermenu li{
	list-style:none;
	float:left;
	margin-left:5px;
	margin-right:5px;
	color:gray;
	font-weight:bold;
}

.centermenu li a{
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000099;
	text-decoration:none;
	font-weight:bold;

}

.centermenu li a:hover{
	text-decoration:underline;
}

.centermenu li a:active{
	text-decoration:underline;
	color:#000000;
}

.SzAMenu{
	width:550px;
	padding:0;
	background-color:white;
	border:2px groove white;
	margin-top:0px;
	padding:0px;
}

.SzAMenu a{
	width:265px;
	display:block;
	padding:5px;
	font-size:14px;
	text-align:center;
	clear:none;
	text-decoration:none;
	color:#000000;
	float:left;
	margin:0px;
}

.SzAMenu a:hover{
	background-color:#FFAB55;
	color:black;
	font-weight:bold;
}
.SzAMenu a:visited{
	color:#000000;
}