﻿/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#nav-primary{
padding: 0;
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

#nav-primary ul{
font: bold 11px Arial;
margin:0;
margin-left: 40px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

#nav-primary li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

#nav-primary a{
float: left;
display: block;
color: white;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px;
text-decoration: none;
letter-spacing: 1px;
background-color: #A5AFD2; /*Default menu color*/
}

#nav-primary a:hover{
background-color: #5D7B9D; /*Menu hover bgcolor*/
text-decoration:underline;
}

#nav-primary #current a{ /*currently selected tab*/
background-color: #5D7B9D; /*Brown color theme*/ 
border-color: #5D7B9D; /*Brown color theme*/ 
}

#nav-primary a.primary-selected, a.primary-selected:visited, a.primary-selected:hover, a.primary-selected:active {
background-color: #5D7B9D; /*Brown color theme*/ 
border-color: #5D7B9D; /*Brown color theme*/ 
/*color: black;*/
}

#nav-secondary a.secondary-selected, a.secondary-selected:visited, a.secondary-selected:hover, a.secondary-selected:active {
/*color: white;*/
background: url(../images/pictos-4/nv_arrow2.gif) no-repeat 0px 5px; 
}

#nav-secondary{
clear: both;
padding: 3px 0 3px 7px;
border: 1px solid #A5AFD2;
z-index: 1;	
width: 100%;
line-height: 5px;
background: #5D7B9D; /*Brown color theme*/ 
/*color: #ebebeb;*/
height: 19px;
}
#nav-secondary ul{
font: bold 9px Arial;
margin:0;
margin-left:2px; /*40 margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

#nav-secondary li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

#nav-secondary a{
float: left;
display: block;
color: white;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding:0 12px;
padding-top:5px;
padding-bottom:8px;
text-decoration: none;
letter-spacing: 1px;
}

#nav-secondary a:hover, #nav-secondary a:active{
	text-decoration:underline;	
}


#nav-secondary #current a{ /*currently selected tab*/
background-color: #D25A0B; /*Brown color theme*/ 
border-color: #D25A0B; /*Brown color theme*/ 
}

#modernbricksmenuline{
padding: 0 ;
width : 100%;
height: 2px;
line-height: 5px;
background: #5D7B9D; /*Brown color theme*/ 
}

#modernbricksmenuline10{
padding: 10 0 10 0;
margin : 10 2 0 2;
height: 2px;
line-height: 5px;
background: #5D7B9D; /*Brown color theme*/ 
}

.float-left {
	float:left;
	display:inline;
}
.float-right {
	float:right;
	display:inline;
}

/* Navigation */

#navigation {
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#navigation li {
	border-bottom: 1px solid #ED9F9F;
}
#navigation li a  {
	display: block;
	border-left: 12px solid #711515;
	border-right: 1px solid #711515;
	background-color: #B51032;
	color: #FFFFFF;
	text-decoration: none;
}
#navigation li a:hover {
	background-color: #711515;
	color: #FFFFFF;
}
#navigation ul ul {
	margin-left: 12px;
}
#navigation ul ul li {
	border-bottom: 1px solid #711515;
	margin:0;
	background-color: #ED9F9F;
	color: #711515;
}
#navigation ul ul a:link, #navigation ul ul a:visited {
	background-color: #ED9F9F;
	color: #711515;
}
#navigation ul ul a:hover {
	background-color: #711515;
	color: #FFFFFF;
}


.underlinemenu{
font-weight: bold;
width: 100%;
}

.underlinemenu ul{
padding: 6px 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.underlinemenu ul li{
display: inline;
}

.underlinemenu ul li a{
color: #494949;
padding: 6px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
margin-right: 20px; /*spacing between each menu link*/
text-decoration: none;
border-bottom: 3px solid gray; /*bottom border is 3px*/
}

.underlinemenu ul li a:hover, .underlinemenu ul li a.selected{
border-bottom-color: black;
}
