/* CSS Document */

@font-face {
   font-family: Arctic_regular;
   src: url('ARCTIC02.TTF');
}
.mainmenu
{
  	padding-left:0px 0px 0px 0px;
}
.mainmenu ul
{
	overflow:hidden; width:auto; margin:0px; padding:0px 0px 0px 10px; list-style-type: none; 
}
.mainmenu li
{
	float:left; height:30px;
}
.mainmenu a
{
	display: block; margin-right:1px; color:#000000; width:auto; font-family: Arctic_regular; font-size:1.10em; font-weight:900; /*font-weight:bold; */ text-decoration:none; text-align:center; padding:5px 9px 0px 9px; height:30px; 
}
.mainmenu a:hover, .mainmenu a.selected
{	
	background-image:url(../images/menu_bg.jpg); background-repeat:repeat; color:#ffffff; width:auto; font-family: Arctic_regular; font-size:1.10em; font-weight:900; text-decoration:none; text-align:center; height:30px;
}
.mainmenu span
{
	display: block; width:25px; height:42px;
}
/* ######### CSS for sub menu container below ######### */
#head_submenu
{
	position:relative; clear:both; height:33px; overflow:hidden; width:625px; background-image:url(../images/menu_bg.jpg); background-repeat:repeat;
}
.submenu
{
	clear: left; width: 100%; height:0px;
}
.submenu ul
{
	margin: 0; padding: 0px 0px 0px 25px; list-style-type: none; 
}
.submenu li
{
	float: left; width:auto; padding:8px 12px 0px 12px;
}
.submenu a
{
	display: block; color:#ffffff; font-family: Arctic_regular; width:auto; font-size:.80em; font-weight:bold; text-decoration:none;
}
.submenu a:hover
{
	color:#ffc013; 
}
.test1
{
		background-image:url(../../menu_/images/menus/aboutus_hover.jpg)
}
.test2{
		background-image:url(../../menu_/images/menus/about_us.jpg)
}

.mouseover_bg{
	background-image:url(../images/menus/bg_hover.jpg);
	background-repeat:repeat;
}



.my_CSS3_class2 {
   font-family: Arctic_regular;
   font-size:14px;
   font-weight:bold;
}
