/* main */

#SubnavMenu {
	width: 205px;
	margin: 0;
	padding: 0;
	text-align: left;
	float: left;
	overflow: hidden;
}


/* cateogry menu */
#category a:link, #category a:visited, #category a:hover{
	font-family: "Trebuchet MS", Arial, Verdana;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
	color: #0C2340;
	height: 31px;
	width: 168px;
	display: block;
	padding-left: 6px;
	line-height: 25px;
	overflow: hidden;
	float: left;
	position: relative;
}

/* category menu on current category*/
#category_currentpage a:link, #category_currentpage a:hover{
	font-family: "Trebuchet MS", Arial, Verdana;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
	color: #0C2340;
	height: 31px;
	width: 168px;
	display: block;
	padding-left: 6px;
	line-height: 25px;
	overflow: hidden;
	float: left;
	position: relative;
}

#category_currentpage a:visited{
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
	color: #0C2340;
	height: 31px;
	width: 168px;
	display: block;
	padding-left: 6px;
	line-height: 25px;
	overflow: hidden;
	float: left;
	position: relative;
}


/* subMenu */
#submenu a:link, #submenu a:visited {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 12px;
	color: #37567C;
	height: 17px;
	width: 175px;
	display: block;
	padding-top: 3px;
	padding-left: 30px;
	font-weight: bold;
	overflow: hidden;
	float: left;
}

/* subMenu OVER*/
#submenu a:hover {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 12px;
	color: #0C2340;
	height: 17px;
	width: 175px;
	display: block;
	padding-top: 3px;
	padding-left: 30px;
	font-weight: bold;
	overflow: hidden;
	background-image: url(../images/secondary_nav/bckSubMenu_arrowWht.gif);
	background-repeat: no-repeat;
	float: left;
}



/* subMenu inside current category*/
#submenu_category a:link, #submenu_category a:visited, #submenu_category a:hover {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 12px;
	color: #37567C;
	height: 17px;
	width: 172px;
	display: block;
	padding-top: 3px;
	padding-left: 30px;
	font-weight: bold;
	overflow: hidden;
	float: left;
}

/* subMenu inside current category OVER*/
#submenu_category a:hover {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 12px;
	color: #0C2340;
	height: 17px;
	width: 172px;
	display: block;
	padding-top: 3px;
	padding-left: 30px;
	font-weight: bold;
	overflow: hidden;
	background-image: url(../images/secondary_nav/bckSubMenu_arrowWht.gif);
	background-repeat: no-repeat;
	float: left;
}



/* subMenu ON current submenu page*/
#submenu_category_currentpage a:link, #submenu_category_currentpage a:hover, #submenu_category_currentpage a:visited {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 12px;
	color: #0C2340;
	height: 17px;
	width: 172px;
	display: block;
	padding-top: 3px;
	padding-left: 30px;
	font-weight: bold;
	overflow: hidden;
	background-image: url(../images/secondary_nav/bckSubMenu_arrowWht.gif);
	background-repeat: no-repeat;
	float: left;
}


/* subMenu OPEN NEW WINDOW*/
#submenu_blank a:link, #submenu_blank a:visited {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 12px;
	color: #37567C;
	height: 17px;
	width: 172px;
	display: block;
	padding-top: 3px;
	padding-left: 30px;
	font-weight: bold;
	overflow: hidden;
	background-image: url(../images/secondary_nav/bckSubMenu_blank.gif);
	background-repeat: no-repeat;
	float: left;
}

/* subMenu OVER - OPEN NEW WINDOW*/
#submenu_blank a:hover {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 12px;
	color: #0C2340;
	height: 17px;
	width: 172px;
	display: block;
	padding-top: 3px;
	padding-left: 30px;
	font-weight: bold;
	overflow: hidden;
	background-image: url(../images/secondary_nav/bckSubMenu_blank.gif);
	background-repeat: no-repeat;
	float: left;
}



/* subMenu inside current category OPEN NEW WINDOW*/
#submenu_category_blank a:link, #submenu_category_blank a:visited, #submenu_category_blank a:hover {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 12px;
	color: #37567C;
	height: 17px;
	width: 175px;
	display: block;
	padding-top: 3px;
	padding-left: 30px;
	font-weight: bold;
	overflow: hidden;
	background-image: url(../images/secondary_nav/bckSubMenu_blank.gif);
	background-repeat: no-repeat;
	float: left;
}

/* subMenu inside current category OVER - OPEN NEW WINDOW*/
#submenu_category_blank a:hover {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 12px;
	color: #0C2340;
	height: 17px;
	width: 175px;
	display: block;
	padding-top: 3px;
	padding-left: 30px;
	font-weight: bold;
	overflow: hidden;
	float: left;
}


/* footer */
#footer {
	height:20px;
	width: 175px;
	float: left;
	
}
#footer_currentpage{
	height:20px;
	width: 175px;
	
}
