/* CSS Document */

#topNavigation {
padding-top:25px;
float: right;
width: 500px;
}

#topNavigation  ul{	
	height: 30px;
	float: right;
	text-align: right;
	
}

#topNavigation li {
display: block;
float: left;
list-style: none;
}

#navigation {
width: 220px;
float: left;
background-color: #0D0D0D;
}
#navigation ul {
border-top: solid 1px #909090;
border-bottom: solid 1px #909090;
padding: 0px;
}
#navigation li {
list-style-type: none;

}
#navigation ul li{
border-bottom: 0px;
padding: 0px;
}
#navigation ul li ul {
background-color: #b3b3b3;
border-top: none;
border-bottom: none;
}
#navigation ul li ul li {
background: url(../img/icons/navigation-bullet.gif) no-repeat 15px 12px;
}


/**** link style *****/


#topNavigation a, #topNavigation a:visited {
width: 164px;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #FFFFFF;
background: url(../img/top-nav-seperater.gif) no-repeat center right;
padding: 0px 12px;
font-size: 12px;
text-decoration: none;
}
#topNavigation a:hover {
text-decoration: underline;
}

#navigation .categoryLinkSelected {
background-color: #898989;
}
#navigation a.categoryLink, #navigation a.categoryLink:visited {
font-weight: bold;
height: 19px;
line-height: 15px;
width: 200px;
color: #FFFFFF;
display: block;
border-bottom: dotted 1px #909090;
font-size: 10px;
font-family: Verdana, Arial, Helvetica, sans-serif;
padding: 5px 0px 0px 20px;
text-decoration:none;
text-transform:uppercase;
}
#navigation a.categoryLink:hover {
background-color: #898989;
}

.subCategory a, .subCategory a:visited {
line-height: 15px;
color: #000000;
display: block;
border-bottom: solid 1px #909090;
font-size: 10px;
font-family: Verdana, Arial, Helvetica, sans-serif;
padding: 5px 0px 5px 25px;
text-decoration:none;
}
.subCategory a:hover {
background: #898989 url(../img/icons/navigation-bullet.gif) no-repeat 15px center;
}

/**** other styles ****/

#header #topNavigation .noBorder {
background: none;
padding-right: 5px;
}

#leftContent #navigation .noBorder2 {
border-bottom: none;
}

ul.dropdown{
	display: none;
	overflow: hidden;
}
ul.dropdown2{
	display: block;
	overflow: hidden;
}