

#pricel_header {
	padding: 3px;
	text-align: center;
	font-weight: bold;
	color: black;
	background-color: #6699cc;
}

.pricel_menu_table {
	border-left-style: solid;
	border-bottom-style: solid;
	border-right-style: solid;
	border-top-style: solid;
	background-color: #e5e5e5;
	border-bottom-color: rgb(65, 107, 169);
	border-left-color: rgb(65, 107, 169);
	border-right-color: rgb(65, 107, 169);
	border-top-color: rgb(65, 107, 169);
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-top-width: 1px;
	border-left-width: 1px;
}

.menu_list {
	font-family: Helvetica, Verdana, Arial;
	font-size: 12px;
}

.menu_head {
	width: 135px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-top: 5px;
	cursor: pointer;
	position: relative;
	margin:1px;
    font-weight:bold;
    
}
.menu_head a {
  color: #336699;
  text-decoration:none;
}
.menu_head a:hover {
  color: #000000;
  text-decoration:underline;
}

.menu_body {
	display:none;
    background-color:#EFEFEF;
}
.menu_body a {
  display:block;
  color:#006699;
  padding-left:10px;
  font-weight:bold;
  text-decoration:none;
}
.menu_body a:hover {
  color: #000000;
  text-decoration:underline;
}



dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}

#menu dt {
	cursor: pointer;
	background: #3a6cb5;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-weight: bold;
	width: 115px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

#menu dd {
position: absolute;
z-index: 100;
left: 8em;
margin-top: -1.4em;
width: 10em;
background: #4785df;
border: 1px solid black;
}

#menu ul {
padding: 2px;
}
#menu li {
text-align: center;
font-size: 85%;
height: 18px;
line-height: 18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#menu li a, #menu dt a {
color: #000;
text-decoration: none;
display: block;
}

#menu li a:hover {
text-decoration: underline;
}

#bigTopMenuParent{
	background-color: #386ea6;
}

.bigTopMenu{
	padding: 15px;
	background-color: #EFEFEF;
}


.topbutton {
	width: auto;
  padding: 8px;
	background-color: #6f9bc9;
}

.topbutton a {
  color: #000000;
  text-decoration:none;
}
.topbutton a:hover {
  color: #336699;
  text-decoration:underline;
}



.box { 
  background: #6f9bc9;
  width: inherit;
}
.boxtop { 
  background: url(img/round/ne.gif) no-repeat top right; 
}
.boxtop div { 
  font-size: 0;
  height: 10px; 
  background: url(img/round/nw.gif) no-repeat top left; 
}
.boxbottom { 
  background: url(img/round/se.gif) no-repeat bottom right; 
}
.boxbottom div { 
  font-size: 0;
  height: 10px; 
  background: url(img/round/sw.gif) no-repeat bottom left; 
}
.boxcontent {
  padding: 0px 10px 0px 10px;
}
.boxcontent a {
  color: #000000;
  text-decoration:none;
}
.boxcontent a:hover {
  color: #336699;
  text-decoration:underline;
}


.mailinginfosection {
	font-family: , Helvetica, Verdana, Arial;
	padding: 3px;
	background-color: #9cff9f;
}


.mailingsection {
	font-family: , Helvetica, Verdana, Arial;
	padding: 3px;
	background-color: #EFEFEF;
}

.boldtitle {
	font-weight: bold;
}
