@charset "utf-8";
/* Sets all Defaults to 0 */

* {
	padding: 0px;
	margin: 0px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	border: 0px;
}
/* HOME PAGE NAVIGATION */
#nav-home {
	text-align: right;
	float: right;
	width: 160px;
	padding-right: 10px;
	position: relative;
}
#nav-home ul a {
	border-bottom: 1px solid #171717;
}
#nav-home li ul { /* second-level lists */
	text-align: left;
	position : absolute;
	left: -999em;
	margin-left : 160px;/*change this to move flyout to the right*/
	margin-top : -2em;
}
#nav-home li ul ul { /* third-and-above-level lists */
	left: -999em;
}
#nav-home li ul li a {
	width: 160px;
	display : block;
	font-weight : bold;
	font-size: small;
	text-decoration : none;
	background-color : #000;
	height: 20px;
	padding-left: 15px;
	/*padding-top: 7px;*/
}
#nav-home li:hover ul ul, #nav-home li:hover ul ul ul, #nav-home li.sfhover ul ul, #nav-home li.sfhover ul ul ul {
	left: -999em;
}
#nav-home li:hover ul, #nav-home li li:hover ul, #nav-home li li li:hover ul, #nav-home li.sfhover ul, #nav-home li li.sfhover ul, #nav-home li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
/* IE7 fix */
#nav-home li:hover, #nav-home li.hover {
	position: static;
}
/* STANDARD NAVIGATION FOR ALL PAGES (BOTTOM OF HOME PAGE) AND ELEMENTS COMMON TO BOTH NAVIGATION AREAS */
#nav {
	clear: both;
	border-top: 1px solid #171717;
	float: left;
	height: 200px;
	width: inherit;
	display: inline;
	background-image: url(../theme-imgs/bg2.gif);
	background-repeat: no-repeat;
	background-position: top;
}
#header #nav {
	clear: both;
	float: left;
	text-align: center;
	border-top: 1px solid #171717;
	height: 150px;
	margin-top: 20px;
	background-image: url(../theme-imgs/bg1.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}
#nav .category {
	width: 148px;
	height: 136px;
	float: left;
}
#nav-home ul a, #nav ul a {
	display: block;
	/*padding : top right bottom left;*/
	padding: 3px 3px 3px 10px;
	font-weight: bold;
	color: #56617D;
	height: 22px;
}
#nav-home ul a:hover, #nav-home ul a:visited:hover, #nav ul a:hover, #nav ul a:visited:hover {
	color: #675195;
	text-decoration: none;
	background-color: #171717;
}
#nav-home ul a:active, #nav-home ul a:visited:active, #nav ul a:active, #nav ul a:visited:active {
	color: #5F4366;
	text-decoration: none;
	background-color: #171717;
}
#nav-home ul a:visited, #nav ul a:visited {
	color: #476157;
	text-decoration: none;
}
#nav ul li ul li {
	color: white;
}
#nav ul ul li a {
	font-weight: normal;
	color: #616671;
	text-decoration: none;
	font-size: 12px;
}
#nav ul ul li a:hover, #nav ul ul li a:visited:hover {
	color: #7D6185;
	text-decoration: none;
	background-color: #171717;
}
#nav ul ul li a:active, #nav ul ul li a:visited:active {
	color: #5A4B5D;
	text-decoration: none;
	background-color: #171717;
}
#nav ul ul li a:visited {
	color: #4E5A55;
	text-decoration: none;
}
