﻿#topmenubackground {
    width:810px;
    background-color:#ededed;
	float:left;
}
#topmenubackground h1 {
	margin: 10px 0 0 0;
	padding: 0 0 0 5px;
	color:#00549f;
    font-size:xx-large;
    background: #fff url(../images/header_bg.jpg) repeat-x bottom;
}

/* tab code */
.tab {
	border:0;
	margin:0;
	padding:0;
}
.tab ul, .tab li {
	border:0;
	margin:0;
	padding:0;
	list-style:none;
}
.tab ul {
	border-bottom:solid 1px #e9f0f5;
	height:24px;
}
.tab li {
	float:left;
	list-style:none;
	margin-right:0px; /* if space is needed between tabs */
}
.tab a:link, .tab a:visited {
	background:url(../images/nav_tabs.gif) right 50px;
	color:#fff;
	display: inline-block;
	font-size:10px;
	text-transform:uppercase;
	font-weight:bold;
	height:25px;
	line-height:23px;
	text-decoration:none;
	cursor: pointer;
}
.tab a span{
	background:url(../images/nav_tabs.gif) left 50px;
	display: inline-block;
	height:25px;
	margin-right:14px;
	padding-left:14px;
}
.tab a:hover{
	background:url(../images/nav_tabs.gif) right 25px;
	display: inline-block;
	color:#00549f;
}
.tab a:hover span{
	background:url(../images/nav_tabs.gif) left 25px;
	display: inline-block;
}

/* ACTIVE ELEMENTS */
.activetab a:link, .activetab a:visited, .activetab a:visited, .activetab a:hover{
color:#1c4e7e;
background:url(img/nav_tabs.gif) right 0 no-repeat;
}
.activetab a span, .activetab a:hover span{
background:url(img/nav_tabs.gif) left 0 no-repeat;
}


/* header nav */
#head_nav {
	width:200px;
	float:right;
	text-align:right;
	margin:5px 5px 0 0;
	font-size:11px;
	color:#00549F
}
#head_nav p{margin:0;}
#head_nav a{color:#00549F;text-decoration:none;}
#head_nav a:hover{background-color:#fefccc; text-decoration:none;}
.link_cart {padding:0 0 5px 0;font-size:12px;}
.link_cart img {padding-right:5px;border:none;}
.gray_corner{width:5px;height:5px;float:right;background:#fff url(../images/corner_gray.gif) no-repeat top right;}