/* Sample vertical fly-out menu */

/* The following is *A SAMPLE ONLY* and is based off the "suckerfish"
   drop-down menu. Is it provided only as an example of what is possible
	 using CSS and unordered lists.
*/

#nav, #nav ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		float : left;
		width : 13em;
}
	
#nav li { /* all list items */
		position : relative;
		float : left;
		line-height : 1.25em;
		margin-bottom : -1px;
		width: 13em;
		background-color : white;
}
	
#nav li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left : 13.05em;
		margin-top : -1.9em;
}
	
#nav li ul ul { /* third-and-above-level lists */
		left: -999em;
}
	
#nav li a {
		width: 13em;
		w\idth : 12em;
		display : block;
		color : black;
		font-weight : bold;
		text-decoration : none;
		border : 1px solid black;
		padding : 0.3em 0.5em;
}
	
#nav li a:hover {
		color : black;
    background-color : #FFFFCC;
}
	
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
		left: -999em;
}
	
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
    left: auto;
}
	
/* Menu items with subcategories */	
#nav a.daddy {
	background: url(images/arrow_green.gif) center right no-repeat;
}

/* Selected items with subcategories */	
#nav li.selected {
    background-color: #FFCC00;
}

.logo_margin {
	margin-left: 24px;
	margin-bottom: 10px;
}

#menubar {
	margin-left: 20px;
}

#menubar a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
}

#menubar a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: underline;
}

#cat_bar_layout {
	margin-left: 12px;
	padding-right: 10px;
	margin-right: 10px;
	margin-top: 32px;
	width: 225px;
}







#content {
	margin-right: 10px;
	margin-left: 0px;
	width: 646px;
}
#right_col {
	margin-right: 10px;

	padding-left: 10px;
}
#skype {
	background-image: url(images/phone_box.gif);
	width: 156px;
	height: 182px;
	margin-top: 32px;
}
#s_button a {
	float: left;
	margin-top: 110px;
	height: 25px;
	width: 120px;
	margin-left: 5px;
	padding-left: 10px;
}
#free_del {
	background-image: url(images/free_del.gif);
	height: 182px;
	width: 156px;
	margin-top: 10px;
}
#ssl {
	background-image: url(images/ssl.gif);
	height: 182px;
	width: 156px;
	margin-top: 10px;
}
#cards {
	background-image: url(images/cards.gif);
	height: 82px;
	width: 156px;
	margin-top: 10px;
}
#brochure {
	
	height: 105px;
	width: 154px;
	margin-top: 10px;
}

#rss  {
	height: 21px;
	width: 156px;
	margin-top: 10px;
	padding-left: 34px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#search_box1 {
	margin-right: 20px;
	text-align: right;
}
#bottom_menubar {
	margin-left: 20px;
	text-align: right;
	margin-right: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
}

#bottom_menubar a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}

#bottom_menubar a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
	
}
#coshh {
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 10px;
}
.coshh {
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 10px;
}
