/* zeroing padding/margin for all elements */
#dropDownMenu,
#dropDownMenu * { margin:0;padding:0;}
/* "Master" UL (the whole Menu) */
#dropDownMenu {
	/*position:relative;*/
	background:transparent;
	width:800px;
	max-width:100%;
	float:left;
        z-index:1000;
}
/* sub-menu ULs */
#dropDownMenu li ul {
	width:11em !important; /*leaves room for padding */
	cursor:default;
	position:absolute;
	height:auto;
	display:none;
	left:-10px;
	padding: 1px 0px;
	background:url(/img/clear.gif);/* trick to keep'em open */
        z-index:1000;
}
/* All LIs */
#dropDownMenu li {
	position:relative;
	cursor:pointer;
	float:left;
	list-style-type:none;
	font-weight:bold;
        z-index:1000;
}
/* sub-menu LIs */
#dropDownMenu li ul li {
	padding:0;
	border:none;
	border-top:none;
	width: 165px;
	_width:200px; /*Overcomes another ie6 bug which displays incorrect width. Who on earth we need this! It makes me so mad!*/
	z-index:1000;
}
/* All anchors */
#dropDownMenu li a {
/*	cursor:hand!important;*/
	color:#fff;
	border-right:1px solid #fff;
	/*background: url(themes/site_themes/vetlink/images/menusep.jpg) right no-repeat;*/
	text-decoration:none;
	display:block;
	float:left;
	padding:0 15px;
	/**height:2em;
	line-height:2em;**/
        z-index:1000;
}
/* sub-menu Anchors */
#dropDownMenu li ul li a {

	position:relative !important; /* ie Mac */
/*	cursor:hand !important;*/
	white-space:nowrap;
	line-height:26px;
	height:26px;
	font-weight:normal;
	color:#333;
	border: none;
	border-bottom: 1px solid #fff;
	background: #cccccc repeat;
	background-position:0 50% !important;
	text-align: left;
	padding-left: 15px;
	width: 100%;
        z-index:1000;
}
/* :hover and stuff */
#dropDownMenu li:hover,
#dropDownMenu li.msieFix,
#dropDownMenu li a:hover,
#dropDownMenu li a:focus,
#dropDownMenu li a:active {color:#fff; background: #751537;}/* move the declarations from the rule below the one above if you want a background swap on *all* anchors, including the top level ones */
#dropDownMenu ul a:hover,
#dropDownMenu ul a:focus,
#dropDownMenu ul a:active {
	color:#fff;
	background: #751537;	
	/*background: url(themes/site_themes/vetlink/images/mainmenubg.jpg) repeat;*/
        z-index:1000;
}
/* display and z-index for the sub-menus */
#dropDownMenu li:hover ul,
#dropDownMenu li.msieFix ul {display:block;z-index:10;top:2em !important;}
/* safari: users can keep sub-menus up by from sub-menus to next top level  */
/* didn't find a solution for users going back from the last one. I prefer  */
/* to leave it like that vs. taking the last sub-menu *out of* the wrapper  */
#dropDownMenu li#menu1 {z-index:6;}
#dropDownMenu li#menu2 {z-index:5;}
#dropDownMenu li#menu3 {z-index:4;}
#dropDownMenu li#menu4 {z-index:3;}
#dropDownMenu li#menu5  {z-index:2;}
#dropDownMenu li#menu6 {z-index:1;}

/* Current location - class on Body must match LI's id */
#dropDownMenu li ul {
	margin: 13px 0 0 10px;
	width: auto;
        z-index:1000;
}

#dropDownMenu a.activemenu {
	color:#fff;
	background: #751537;
        z-index:1000;
}

/* background colors */

#menu1 li a, #menu2 li a, #menu3 li a, #menu4 li a, #menu5 li a, #menu6 li a  {background:transparent;}

/* "trigger" and "msieFix" classes */
#dropDownMenu li.msieFix a {}
/* last nested UL. keeping it in */

/** -------------=============TOP MENU CSS STARTS HERE ==============-------------- **/

/* zeroing padding/margin for all elements */
#topDropDownMenu,
#topDropDownMenu * { margin:0;padding:0;}
/* "Master" UL (the whole Menu) */
#topDropDownMenu {
	position:relative;
	background:transparent;
	width:auto;
	max-width:100%;
	float:right;
	z-index:16;
}

/* sub-menu ULs */
#topDropDownMenu li ul {
	width:11em !important;/* leaves room for padding */
	/**cursor:default;**/
	position:absolute;
	height:auto;
	display:none;
	text-align: left;
	left: -1px;
	padding: 0px 0px;
	z-index:16;
	background:url(/img/clear.gif);/* trick to keep'em open */
}
/* All LIs */
#topDropDownMenu li {
	position:relative;
	/**cursor:hand;**/
	float:left;
	list-style-type:none;
	font-weight:normal;
	z-index:16;
}
/* sub-menu LIs */
#topDropDownMenu li ul li {
	padding:0;
	border:none;
	z-index:16;
	width: 180px;
        _width:190px;
}
/* All anchors */
#topDropDownMenu li a {
	/**cursor:default;**/
	color:#fff;
	border-right:1px solid #fff;
	text-decoration:none;
	display:block;
	font-weight: bold;
	float:left;
	padding:0 10px;
	height:27px;
	line-height:27px;
	z-index:16;
}
/* sub-menu Anchors */
#topDropDownMenu li ul li a {

	position:relative !important; /* ie Mac */
	/**cursor:hand !important;**/
	white-space:nowrap;
	line-height:26px;
	height:26px;
	font-weight:normal;
	color:#333;
	border: none;
	background: #cccccc repeat;
	border-bottom: 1px solid #fff;
	
	padding-left: 10px;
	width: 180px;
        _width: 190px;
	z-index:16;
}
/* :hover and stuff */
#topDropDownMenu li a:hover,
#topDropDownMenu li a:focus,
#topDropDownMenu li a:active {color:#fff;z-index:16;}
/* move the declarations from the rule below the one above if you want a background swap on *all* anchors, including the top level ones */
#topDropDownMenu ul a:hover,
#topDropDownMenu ul a:focus,
#topDropDownMenu ul a:active {
	color:#fff !important;
background: url(themes/site_themes/vetlink/images/mainbg.jpg) top center;
}
/* display and z-index for the sub-menus */
#topDropDownMenu li:hover ul,
#topDropDownMenu li.msieFix ul {display:block;z-index:16;top:2em !important;}
/* safari: users can keep sub-menus up by from sub-menus to next top level  */
/* didn't find a solution for users going back from the last one. I prefer  */
/* to leave it like that vs. taking the last sub-menu *out of* the wrapper  */
#topDropDownMenu li#menu1 {z-index:16;}
#topDropDownMenu li#menu2 {z-index:15;}
#topDropDownMenu li#menu3 {z-index:14;}
#topDropDownMenu li#menu4 {z-index:13;}
#topDropDownMenu li#menu5  {z-index:12;}
#topDropDownMenu li#menu6 {z-index:11;}

/* Current location - class on Body must match LI's id */
#topDropDownMenu li#menu1 ul,
#topDropDownMenu li#menu2 ul,
#topDropDownMenu li#menu3 ul,
#topDropDownMenu li#menu4 ul,
#topDropDownMenu li#menu5 ul,
#topDropDownMenu li#menu6 ul {
	margin: 0px; 
	width:auto;
	z-index:16;
}

/* background colors */

#menu1 li a, #menu2 li a, #menu3 li a, #menu4 li a, #menu5 li a, #menu6 li a  {background:transparent;}

/* "trigger" and "msieFix" classes */
#topDropDownMenu li.msieFix a {}
/* last nested UL. keeping it in */


/** ---------====== SIDE MENUS ========------- **/
ul#sideMenu {
	margin: 0px 10px 0px 10px;
	padding: 0px;
/*	cursor:default; */
	height:auto;
	left:-10px;
	padding: 1px 0px;
}
#sideMenu li {
	list-style-type: none;
	padding:0;
	border:none;
	width:188px;
	border-bottom: 1px dashed #c80;
	}
	
#sideMenu li ul {
	margin: 0px 0px 0px 0px;
	padding: 0px;
/*	cursor:default; */
	height:auto;
	left:-10px;
	padding: 1px 0px;
}
#sideMenu li ul li {
	padding:0;
	border:none;
	width:188px;
	_margin-left: -2px;
	border-top: 1px dashed #c80;
	text-indent: 10px;
	background: url(themes/site_themes/vetlink/images/bullet1.gif) 10px 7px no-repeat;
}

#sideMenu li a {
	position:relative !important; /* ie Mac */
	white-space:nowrap;
	line-height:26px;
	height:26px;
	font-weight:normal;
	color:#333;
	padding-left: 10px;
	width: 180px;
}

#sideMenu li ul li a {
	position:relative !important; /* ie Mac */
	white-space:nowrap;
	line-height:20px;
	height:20px;
	font-weight:normal;
	color:#666;
	padding-left: 10px;
	width: 180px;
}

#sideMenu a:hover,
#sideMenu a:focus,
#sideMenu a:active {
	color: #f90;
	text-decoration: none;
}

#sideMenu a.activemenu  {
	color: #c70 !important;
	font-weight: bold !important;
}
/** -------------=============BOTTOM MENU CSS STARTS HERE ==============-------------- **/

/* zeroing padding/margin for all elements */
#copyright {
	position:relative;
	background:transparent;
	width:auto;
	max-width:100%;
	float:right;
	z-index:16;
	font-size: 10px;
	color: #666;
	padding: 0px 20px 0 0;
}

#bottomDropDownMenu {
	position:relative;
	background:transparent;
	width:auto;
	max-width:100%;
	float:left;
	z-index:16;
	font-size: 10px;
}
ul#bottomDropDownMenu {
	margin: 0;
	padding: 0 0 0 10px;
}

/* All LIs */
#bottomDropDownMenu li {
	position:relative;
	/**cursor:hand;**/
	float: left;
	list-style-type:none;
	font-weight:normal;
	z-index:16;
}

/* All anchors */
#bottomDropDownMenu li a {
	/**cursor:default;**/
	color:#666;
	text-decoration:none;
	display:block;
	font-weight: normal;
	float: left;
	padding:0 10px;

	z-index:16;
}

/* :hover and stuff */
#bottomDropDownMenu li a:hover,
#bottomDropDownMenu li a:focus,
#bottomDropDownMenu li a:active {background-color:#fff;z-index:16;}
/* move the declarations from the rule below the one above if you want a background swap on *all* anchors, including the top level ones */
#bottomDropDownMenu ul a:hover,
#bottomDropDownMenu ul a:focus,
#bottomDropDownMenu ul a:active {
	color:#333 !important;
}
/* display and z-index for the sub-menus */
#bottomDropDownMenu li:hover ul,
#bottomDropDownMenu li.msieFix ul {display:block;z-index:16;top:2em !important;}
/* safari: users can keep sub-menus up by from sub-menus to next top level  */
/* didn't find a solution for users going back from the last one. I prefer  */
/* to leave it like that vs. taking the last sub-menu *out of* the wrapper  */
#bottomDropDownMenu li#menu1 {z-index:16;}
#bottomDropDownMenu li#menu2 {z-index:15;}
#bottomDropDownMenu li#menu3 {z-index:14;}
#bottomDropDownMenu li#menu4 {z-index:13;}
#bottomDropDownMenu li#menu5  {z-index:12;}
#bottomDropDownMenu li#menu6 {z-index:11;}

/* -----------------Home page right side menu -------------------*/

#homeright {
/*	padding-top: 65px;*/
	background: url(themes/site_themes/vetlink/images/mainbg.jpg) top center;
}

#homeright ul{
	margin: 0;
}
#homeright ul.homeright li {
	font-weight: bold;
	text-transform: uppercase;
	border-top: 1px solid #fff;

}
#homeright ul.homeright a {
	color: #fff;
	padding: 22px 0 20px 42px; ;
	display: block;
	width:100%;
}

#homeright li.m1 a{
	background: url(themes/site_themes/vetlink/images/m1icon.gif) 5px 50% no-repeat #b1153a;
}

#homeright li.m1 a:hover{
	background: url(themes/site_themes/vetlink/images/m1icon.gif) 5px 50% no-repeat #751537;
	text-decoration: none;
}

#homeright li.m2 a{
	background: url(themes/site_themes/vetlink/images/m2icon.gif) 5px 50% no-repeat #e16a18;
}
#homeright li.m2 a:hover{
	background: url(themes/site_themes/vetlink/images/m2icon.gif) 5px 50% no-repeat #e6430e;
	text-decoration: none;
}


/*---*/
#eventsmodule ul.fullcalendar li {
	font-weight: bold;
	text-transform: uppercase;
	border-top: 1px solid #fff;

}
#eventsmodule ul.fullcalendar a {
	color: #fff;
	padding: 22px 0 20px 42px; ;
	display: block;

}
#eventsmodule li.m3 {
	font-weight: bold;
	text-transform: uppercase;
}

#eventsmodule li.m3 a{
	background: url(themes/site_themes/vetlink/images/m3icon.gif) 5px 50% no-repeat #e47501;
	text-decoration: none;
	color: #fff;
}
#eventsmodule li.m3 a:hover {
	background: url(themes/site_themes/vetlink/images/m3icon.gif) 5px 50% no-repeat #e6430e;
	text-decoration: none;
}