* html .CRMNav a:link, .CRMNav a:visited{ /*IE 6 only hack*/
font-size: 10pt;
color: #000;
}

.CRMmenus a:hover{ /*THEME CHANGE HERE*/
background-color: #fff;
text-decoration: none;
color: #9D0C0B;
background: url(/images/CRMMenuBg.gif) left repeat-y;
background-color: #ececec;
}

.CRMmenus{
position:absolute;
z-index:110;
top: 0;
border: 1px solid #c7c7c7; /*THEME CHANGE HERE*/
border-top:  1px solid #dedede;
color: #000;
line-height:18px;
background-color: #ececec;
width: auto;
white-space: nowrap;
visibility: hidden;
padding: 0 7px 0 7px;
margin-top: 5px;
}
.CRMmenus#CRMGet {
margin-left: 5px;}

#homeNewsLinks .CRMmenus {
margin-left: -38px;
margin-top: 8px;
border-width: 3px;
border-color: #315aa4;
border-top:  none;
}

.CRMmenus a{
width: auto;
display: block;
border-bottom: 1px solid #c7c7c7; /*THEME CHANGE HERE*/
padding: 7px 9px 6px 9px;
text-decoration: none;
color: #000;
font-size: 9pt;
text-align: left; 
white-space: nowrap;
letter-spacing: auto;
}

* html .CRMmenus a{ /*IE 6 only hack*/
width: auto;
}

.chromestyle{
font-weight: normal;
text-align:center;
}

.chromestyle:after{ 
/*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
width: 100%;
padding: 4px 0 0 0;
margin: 0;
text-align: center; 
/*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #9D0C0B;
padding: 4px 15px 0 15px;
margin: 0;
text-decoration: underline;
white-space: nowrap;
}

.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*/
text-decoration: none;
}

/* -- Sugar CRM Bar -- */
.CRMNav {
	background: url(/templates/tmpl/images/CRMBarBg.gif) bottom left no-repeat;
	font-family: helvetica;
	letter-spacing: 0.05em;
	text-align: right;
	vertical-align: bottom;
	float: right;
	margin: 0 15px 0 0;
	height: 52px;
	white-space: nowrap;
	list-style-type: none;
}

.CRMNav ul {
	position:relative;
	z-index:110;
	padding: 0;
	margin: 17px 0 0 0;
	padding-bottom: 7px;
	vertical-align: bottom;
	background: url(/templates/tmpl/images/CRMBarRight.gif) bottom right no-repeat;
	float: left;
	list-style-type: none;
}
.CRMNav ul li {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: block;
	float: left;
	text-align: center;
	white-space: nowrap;
	display: inline;
}

.CRMNav a {
	text-decoration: none;
	display: block;
	padding: 5px 5px 5px 10px;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ddd;
	white-space: nowrap;
	color: #666;
}
.CRMNav a#first {
	border-left: none;
	padding-left: 10px;
}
.CRMNav a#first:hover {
	border-left: 1px solid #ccc;
	padding-left: 9px;
}
.CRMNav a#last {
	border-right: none;
	padding-right: 6px;
}
.CRMNav a#last:hover {
	border-right: 1px solid #ccc;
	padding-right: 5px;
}

.CRMNav li a:hover { 
	color: #990033;
	background: #eee;
}

/* -- Sugar CRM Bar Drop Down-- */
.CRMmenus{
position:absolute;
top: 0;
border: 1px solid #c7c7c7; /*THEME CHANGE HERE*/
border-top:  1px solid #dedede;
color: #000;
line-height:18px;
z-index:110;
background-color: #ececec;
width: auto;
white-space: nowrap;
visibility: hidden;
padding: 0 7px 0 7px;
margin-top: 5px;
}
.CRMmenus#CRMGet {
margin-left: 5px;}

#homeNewsLinks .CRMmenus {
margin-left: -38px;
margin-top: 8px;
border-width: 3px;
border-color: #315aa4;
border-top:  none;
}

.CRMmenus a{
width: auto;
display: block;
border-bottom: 1px solid #c7c7c7; /*THEME CHANGE HERE*/
padding: 7px 9px 6px 9px;
text-decoration: none;
color: #000;
font-size: 9pt;
text-align: left; 
white-space: nowrap;
letter-spacing: auto;
}

* html .CRMmenus a{ /*IE 6 only hack*/
width: auto;
}
* html .CRMNav a:link, .CRMNav a:visited{ /*IE 6 only hack*/
font-size: 10pt;
color: #000;
}

.CRMmenus a:hover{ /*THEME CHANGE HERE*/
background-color: #fff;
text-decoration: none;
color: #9D0C0B;
background: url(/templates/tmpl/images/CRMMenuBg.gif) left repeat-y;
background-color: #ececec;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #bbb; /*THEME CHANGE HERE*/
border-bottom-width: 0;
color: #000;
line-height:18px;
z-index:110;
background-color: white;
width: 140px;
white-space: nowrap;
visibility: hidden;
margin-left: 35px;
}


.dropmenudiv a{
width: auto;
display: block;
border-bottom: 1px solid #ddd; /*THEME CHANGE HERE*/
padding: 3px 7px 2px 7px;
text-decoration: none;
color: #000;
text-align: left; 
white-space: nowrap;
background-color: #fff;
border-left: 3px solid #ddd;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #fff;
text-decoration: none;
color: #9D0C0B;
border-left: 3px solid #990033;
}

#StayInTouch {
	position:absolute;
	z-index:1100;
}