<style type="text/css">
<!--
.style1 {color: #FFFFCC}
-->
</style>

H1 {
Font-Family: Arial;
Font-Size: 16px;
color: #000000;
word-spacing: 0; 
text-indent: 0; 
font-weight : bold;
line-height: 100%; 
margin: 0; 
padding: 0;
display: inline;
}


H2 {
Font-Family: Arial;
Font-Size: 12px;
color: #333366;
word-spacing: 0; 
text-indent: 0; 
line-height: 100%; 
margin: 0; 
padding: 0;
display: inline;
}

H3 {
Font-Family: Arial;
Font-Size: 12px;
word-spacing: 0; 
text-indent: 0; 
line-height: 100%; 
margin: 0; 
padding: 0;
display: inline;
}

body{
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
color: #FFFFFF;
z-index: 10;
}
.normal{
font-size: 12px;
}
table.normal th{
font-size: 14px;
text-align: left;
color: #000000;
background-color: #CC0000;
}

.main2{
font-size: 12px;
}
table.main2 {
border: 0px;
}
table.main2 td{
font-size: 12px;
padding: 3px;
}
table.main2 th {
font-size: 14px;
text-align: left;
color: #FFFFCC;
}


A.menu { color: #FFFFFF; text-decoration: none; margin-bottom : 1px;}
A.menu:hover {	color : #FF0000;}
A.menu:active { color: #FFFFFF;}

A.bottommenu { color: #FFFFFF; text-decoration: none; margin-bottom : 1px; font-size: 12px;}
A.bottommenu:hover {	color : #FF0000;}
A.bottommenu:active { color: #FFFFFF;}

A.indexmenu { color: #333366; text-decoration: none; margin-bottom : 1px;font-weight : bold;}
A.indexmenu:hover {	color : #ff9900;}
A.indexmenu:active { color: #ff3300;}

A.newproduct { color: #000000; text-decoration: none; margin-bottom : 1px;font-weight : bold; font-size: 10px;}
A.newproduct:hover {	color : #ff0000;}
A.newproduct:active { color: #000000;}

A.featured { color: #333333; text-decoration: none; margin-bottom : 1px;font-weight : bold; font-size: 12px;}
A.featured:hover {	color : #ff0000;}
A.featured:active { color: #333333;}

A.menuinside { font-size: 12px; color: #FFFFFF; text-decoration: none; margin-bottom : 1px;}
A.menuinside:hover {	color : #FF0000;}
A.menuinside:active { color: #FFFFFF;}

A.adminuser { color: #FF0000; text-decoration: none; margin-bottom : 1px; font-size: 12px;}
A.adminuser:hover {	color : #FFFFFF;}
A.adminuser:active { color: #FF0000;}


A.admin { font-size: 12px; color: #000000; text-decoration: none; margin-bottom : 1px;}
A.admin:hover {	color : #FF0000;}
A.admin:active { color: #000000;}


A.adminmenu { color: #003399; Font-Family: Arial, Helvetica, Tahoma; Font-Size: 12px;text-decoration: none; margin-bottom : 1px;}
A.adminmenu:hover {	color : #cc0000;}
A.adminmenu:active { color: #ff3300;}

/*VERTICLE DROPDOWN MENU*/

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	margin-left:1px;
	list-style: none;
	float : left;
	text-align:left;
	width : 150px; /* Keep the same as the "width" setting below. Together they make each button appear below the other. Without both, they will appear horizonal */
}

#nav li a {
	font-size:12px; /* Best if use pixel size, will be needed to know the hieght of the button. */
	color : #FFFFFF;
	font-weight:bold;
	text-decoration : none;
	/* Width and Height: Add width and padding to determine the actual width...
		Use padding plus font size to determine actual height. */
	display : block;
	width: 150px;
	padding: 5px;
}
	
#nav li a:hover { /* Rollover Styles */
	color:#FF0000;
	text-decoration: none;
}

#nav li { /* all list items */
	position : relative;
	float : left;
	margin-bottom : -1px; /*Keep at -1 so borders overlap. Change only if you want space between buttons*/
}
	
#nav li ul { /* second-level lists */
	position : absolute;
	left: -999em; /* Don't change. It will cause the dropdowns to not work properly. */
	margin-left : 150px; /* Make 1 pixel greater then actual button width so borders overlap */
	margin-top : -27px; /* 0px = directly below parent. Positive number moves menu down, Negative moves it up. Add 2 pixels to button height to alight with top of parent button */
	z-index:5000;
}

#nav li ul a {
	color: #FFFFFF;
	font-weight:bold;
	width: 150px;
	font-size:11px;
	background-color: #232637;
	border: solid 1px #DCDAD6;

}
#nav li ul a:hover {
	color: #FF0000;
}

#nav li ul ul { /* second-level lists */
	position : absolute;
	left: -999em; /* Don't change. It will cause the dropdowns to not work properly. */
	margin-left : 150px; /* Make 1 pixel greater then actual button width so borders overlap */
	margin-top : -27px; /* 0px = directly below parent. Positive number moves menu down, Negative moves it up. Add 2 pixels to button height to alight with top of parent button */
	z-index:5000;
}

#nav li ul ul a {
	color: #FFFFFF;
	font-weight:bold;
	width: 150px;
	font-size:11px;
	background-color: #3881ec;
	border: solid 1px #DCDAD6;
}
#nav li ul ul a:hover {
	color: #FF0000;
}


#nav li ul ul ul { /* second-level lists */
	position : absolute;
	left: -999em; /* Don't change. It will cause the dropdowns to not work properly. */
	margin-left : 140px; /* Make 1 pixel greater then actual button width so borders overlap */
	margin-top : -27px; /* 0px = directly below parent. Positive number moves menu down, Negative moves it up. Add 2 pixels to button height to alight with top of parent button */
	z-index:5000;
}

#nav li ul ul ul a {
	color: #FFFFFF;
	font-weight:bold;
	width: 160px;
	font-size:11px;
	background-color: #3881ec;
	border: solid 1px #DCDAD6;
}
#nav li ul ul ul a:hover {
	color: #000033;
}



/* IE garbage. Should stay the same as far as i know */
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}
	
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}
