@charset "utf-8";
/* CSS Document */

<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.indentmenu{
font: bold 12px Verdana;
overflow: hidden;
}

.indentmenu ul{
	margin: 0;
	padding: 0;
	border: 1px solid #564c66; /*dark purple border*/
	border-width: 1px 0;
	background: url(chromebg.gif) center center repeat-x;
	font-size: 12px;
	line-height: 25px;
	font-weight: bold;
}

.indentmenu ul li{
	display: inline;
}

.indentmenu ul li a{
	color: white;
	text-decoration: none;
	border-right: 1px solid #564c66; /*dark purple divider between menu items*/
	padding-top: 5px;
	padding-right: 11px;
	padding-bottom: 5px;
	padding-left: 11px;
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color: white !important; /*text color of selected and active item*/
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
background: url(chromebg-hover.gif) center center repeat-x;
}

.current{
color: white !important; /*text color of selected and active item*/
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
background: url(chromebg-hover.gif) center center repeat-x;
}
</style>

.contact{margin-left: 220px;}
