body	{margin:0;padding:0;color:#333;background-color:#fff;font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;}

.chromestyle{
width: 99%;
font-weight: bold;text-transform: uppercase;font:12px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a				    {text-decoration: none; color: #3366FF;}
a:hover		        {text-decoration: none; color: #FF0000;}

/* background-color:#ffffcc; */

a.menu				{text-decoration: none;padding-right: 22px; color: #666;letter-spacing: 1px;}
a.menu:hover		{text-decoration: none; color: #FF0000;}
a.menu2				{text-decoration: none;padding-left: 0px;padding-right: 0px; color: #666;letter-spacing: 1px;}
a.menu2:hover		{text-decoration: none; color: #FF0000;}

.name 				{font:11px Times New Roman,Times,Georgia,serif;font-weight:bold;}
.header				{width: 100%;display: table;height: 120px;}
.header_a			{float: left; width: 365px;padding-top: 30px;font:10px Arial, Helvetica, sans-serif;font-weight:bold;}
.header_b			{color: #666;float: left; width: 199px;font-size:11px;padding-top: 27px;line-height:14px; text-align: right;}


.table				{width: 100%;display: table;}
.box				{display: block; float: left;padding-right: 10px;line-height:20px;font-size:10px;}
.footer				{margin-left: 3px;color: #666;font-size:12px;text-align: left;padding-bottom: 14px;padding-top: 10px;}
.copyright			{margin-left: 3px;color: #aaa;font-size:10px;text-align: left;padding-bottom: 30px;padding-top: 15px;border-top: #ccc 1px solid;}
.main				{margin-left: 3px;color: #333;font-size:12px;text-align: left;padding-bottom: 30px;padding-top: 0px;line-height:16px;}
.gray				{color: #999;}
.blue				{color: #0066CC}
.red				{color: #cc0000;}
.redt				{color: #cc0000;font-size:11px;padding-top:13px;}
.gray3				{color: #666;}

.twelve				{font-size:12px;}
.nava				{margin-left: 3px;padding-top: 10px;padding-bottom: 10px;}
.bbs				{color: #0066CC;background-color:#efefef;font-size:11px;padding: 8px;text-align: center;padding-bottom: 20px;}
.bbs1				{color: #707070;background-color:#efefef;font-size:10px;padding: 8px;text-align: left;}
.bg					{background-color:#efefef;}
.p7					{margin-bottom:0px;padding-bottom:3px;}
.zoom img			{border:#fff 1px solid;}			
.zoom:hover img		{border:#cc3300 1px solid;}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 1px solid #BBB;
width: 100%;
background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #494949;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
}

.chromestyle ul li a:hover{
background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: " v";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:11px Verdana, Geneva, Arial, Helvetica, sans-serif;
line-height:16px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: normal;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #ff0000;color: #fff;
}