body,table,td,tr 
{
	font-family: Verdana;
	font-size : 11px;
	color:#525252;
	line-height:14px;
	text-align:justify
}

.menu
{
	font-family: arial;
	font-size :11px;
	color:#E5E5E5;
	font-weight:bold;
	line-height:14px;
	TEXT-DECORATION: none;			
}
.menu:hover
{
	font-family: arial;
	font-size :11px;
	color:red;
	font-weight:bold;
	line-height:14px;
	TEXT-DECORATION: none;			
}

.submenu
{
	font-family: Verdana;
	TEXT-DECORATION: none;			
	font-size : 11px;
	color:#576D94;
	line-height:14px;
	text-align:justify
	
}
.submenu:hover
{
	font-family: Verdana;
	TEXT-DECORATION: none;			
	font-size : 11px;
	color:red;
	line-height:14px;
	text-align:justify
}

.homemenu
{
	font-family: arial;
	font-size :11px;
	color:#A2DAEE;
	font-weight:bold;
	line-height:14px;
	TEXT-DECORATION: none;			
}
.homemenu:hover
{
	font-family: arial;
	font-size :11px;
	color:#E5E5E5;
	font-weight:bold;
	line-height:14px;
	TEXT-DECORATION: none;			
}

.productmenu
{
	font-family: Verdana;
	font-size : 11px;
	TEXT-DECORATION: none;			
	color:#525252;
	line-height:14px;
	text-align:justify
	
}

.productmenu:hover
{
	font-family: Verdana;
	font-size : 11px;
	TEXT-DECORATION: none;			
	color:#FF6633;
	line-height:14px;
	text-align:justify
}



.pioneers
{
	font-family: arial;
	font-size : 11px;
	color:#525252;
	line-height:14px;
	font-weight:bold;
}

.text_block
{
	font-family: Verdana;
	font-size : 11px;
	color:#000000;
	line-height:14px;
}

.feedback01
{
	font-family: Verdana;
	font-size : 11px;
	color:#000000;
	line-height:14px;
}


.more
{
	font-family: Verdana;
	font-size : 11px;
	color:#576D94;
	line-height:14px;
}

.more:hover
{
	font-family: Verdana;
	font-size : 11px;
	color:#000000;
	line-height:14px;
}

.copyright
{
	font-family: Verdana;
	font-size : 11px;
	color:#525252;
	line-height:14px;
	TEXT-DECORATION: none;			
}

.copyright:hover
{
	font-family: Verdana;
	font-size : 11px;
	color:#FF6633;
	line-height:14px;
	TEXT-DECORATION: none;			
}



.textbold 
{
	font-family: Verdana;
	font-size : 11px;
	color:#000000;
	line-height:12px;
	font-weight:bold;
	TEXT-DECORATION: none;			
}

.textblue
{
	font-family: Verdana;
	font-size : 11px;
	color:#666699;
	line-height:14px;
	font-weight:bold;
}


.email
{
	font-family: Verdana;
	font-size : 11px;
	color:#312E69;
	line-height:14px;
	text-align:justify
}

.email:hover
{
	font-family: Verdana;
	font-size : 11px;
	color:#000000;
	line-height:14px;
	text-align:justify
}

.textblue2
{
	font-family: Verdana;
	font-size : 11px;
	color:#4E99AB;
	line-height:16px;
	font-weight:bold;
}

.textblue3
{
	font-family: Verdana;
	font-size : 11px;
	color:#76361C;
	line-height:12px;
	font-weight:bold;
}

.producthead
{
	font-family: Verdana;
	font-size : 11px;
	color:#336699;
	line-height:14px;
	font-weight:bold;
	TEXT-DECORATION: underline;			
}

.customercare
{
	font-family: Verdana;
	font-size : 11px;
	color:#000066;
	line-height:12px;
	font-weight:normal;
	TEXT-DECORATION: none;			
}


.text001
{
	font-family: Verdana;
	font-size : 13px;
	color:#336699;
	line-height:18px;
	font-weight:bold;
}

.note
{
	font-family: Verdana;
	font-size : 9px;
	color:#525252;
	line-height:18px;
	font-weight:none;
}
body {
	font: normal 11px verdana;
	}

.cssvertical ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 164px; /* Width of Menu Items */
	border-bottom: 1px solid #ccc;
    LIST-STYLE-TYPE: none;
	}
	
.cssvertical ul li {
	position: relative;
	//setup here
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 0px; 
	PADDING-BOTTOM: 0px; 
	MARGIN: 0px; 
	PADDING-TOP: 0px; 
	LIST-STYLE-TYPE: none; 
	BACKGROUND: #666699;
	//BACKGROUND: url(images/dsprites.gif) no-repeat 0px 0px; //setup background
	LINE-HEIGHT: 0em;
	}
	
.cssvertical li ul {
	position: absolute;
	left: 163px; /* Set 1px less than menu width */
	top: 0;
    display: none;
	}

/* Styles for Menu Items */
.cssvertical ul li a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	background:#666699; /* IE6 Bug */
	padding: 5px;
	border: 1px solid #ccc; /* IE6 Bug */
	border-bottom: 0;
/* UnComment if You Want have Shadow
        filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);
*/
        }
.cssvertical ul li a:hover{ /*Theme Change here*/
background-color: #99CCCC;
}
/* Holly Hack. IE Requirement \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

.cssvertical li:hover ul, li.over ul { display: block; } 
.cssvertical li:hover ul ul, li.over ul ul {display: none;} 
.cssvertical ul ul li:hover ul, ul ul li.over ul {display: block;}



