.dropdown {
	height: 29px;
	width:auto;
	float:left; 
	padding:0; 
	margin:0;
	margin-right:2px;
}

.dropdown * {
	padding:0; 
	margin:0;
}

/* Start - Required for IE6 to work */
.hometab {
	width:90px;
}

.storetab {
	width:88px;
}

.prescriptionstab {
	width: 139px;
}

.phototab {
	width:90px;	
}

.advicetab {
	width: 144px;
}

.pharmacytab {
	width: 190px;
}

.servicestab {
	width: 136px;
}

.careerstab {
	width: 103px;
}

.tab {
	width: auto;
}

/* End - Required for IE6 to work */

.dropdown dt {
	height: 29px;
	width:auto; 
	font-weight:bold; 
	/* cursor:pointer; */
}

.dropdown dt .link {
	height: 13px;
	width: auto;
	float: left;
	padding: 8px 6px 8px 24px;
	cursor:pointer;
}

.tab dt .link {
	padding: 8px 2px 8px 14px;
	cursor:default;
}

.dropdown dt .corner {
	height: 29px;
	width: 22px;
	float: left;
}

.dropdown dt.item a .link {
	/* color: #ffffff; */
	background:transparent url(/res/coSiteTool/images_redesign/left_corner.png) no-repeat top left !important;	
}

.dropdown dt.item a .corner {
	background:transparent url(/res/coSiteTool/images_redesign/right_corner.png) no-repeat top right !important;	
}

.dropdown dt.current .link,
.dropdown dt.item a:hover .link {
	/* color: #00464A; */
	background:transparent url(/res/coSiteTool/images_redesign/left_corner_hi.png) no-repeat top left !important;	
}

.dropdown dt.current .corner,
.dropdown dt.item a:hover .corner {
	background:transparent url(/res/coSiteTool/images_redesign/right_corner_hi.png) no-repeat top right !important;	
}

.dropdown dt a {
	/* color: #ffffff; */
	text-decoration: none;
	zoom: 1;
	display: block;
	position: relative;
}

.dropdown dt.item a {
	color: #ffffff;
}

.dropdown dt.item a:hover {
	color: #00464A;
	background-colour:inherit;
}

.dropdown dt.current a {
	color: #00464A;
}

.dropdown dt.current a:hover {
	color: #FE9125;
	background-colour:inherit;
}


.dropdown dd {
	position:absolute; 
	overflow:hidden; 
	width:414px; 
	display:none; 
	z-index:200; 
	
}

.careerstab dd {
	right: 4px; 
}

.servicestab dd {
	right: 110px; 
}

.dropdown ul.main {
	position: relative;
	width:412px; 
	float: left;
	background:#fff;
	list-style:none; 
	border-top:none;
	border-left:1px solid #07c1cc;
	border-right:1px solid #07c1cc;
}

.dropdown ul.bottom {
	position: relative;
	width:414px;
	height: 16px; 
	float: left;
	list-style:none; 
	border-top:none;
	background: transparent url(/res/coSiteTool/images_redesign/menu_bottom.png) no-repeat bottom left; 
}

* html .dropdown ul.bottom {
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/res/coSiteTool/images_redesign/menu_bottom.png', sizingMethod='crop')
}

.dropdown dd li {
	display: inline;
	float: left;
	width: 201px;
}

.dropdown dd a, .dropdown dd a:active, .dropdown dd a:visited {
	display:block; 
	padding:5px; 
	color: #586b6c;
	text-decoration:none; 
	background:#fff; 
	width:191px;
}

.dropdown dd a:hover {
	background:#fe8e0c; 
	color: #fff;
}

.dropdown .underline {
	border-bottom:1px solid #b9d6dc;
}

#botHeaderInner ul#tabs {
	padding: 0;
	margin: 0;
	list-style: none;
	width: 100%;
	height: 29px;
}

#botHeaderInner ul#tabs li {
	position: relative;
	float: left; 
	display: inline;
	height: 29px;
	color: #fff;
	font-weight: bold;
	width: auto;
	display: block;
	background:transparent url(/res/coSiteTool/images_redesign/right_corner.png) no-repeat scroll top right;
	margin-right: 2px;
    padding-right: 15px; /* sliding doors padding */
}

#botHeaderInner ul#tabs li span {
	display: block;
	height: 29px;
	line-height: 14px;
    padding: 7px 0 7px 15px;
	background:transparent url(/res/coSiteTool/images_redesign/left_corner.png) no-repeat;	
}

#botHeaderInner ul#tabs li.current {
	color: #00464A;
	background:transparent url(/res/coSiteTool/images_redesign/right_corner_hi.png) no-repeat scroll top right;	
}

#botHeaderInner ul#tabs li.current span {
	background:transparent url(/res/coSiteTool/images_redesign/left_corner_hi.png) no-repeat;	
}
