html body{
padding : 0; 
margin : 0;
background-color : #ffffff; 
} 

.bk-3 {
background : url('http://www.bakerstreetbreakfastclub.com/images/bk-3.gif') repeat-y;
}
.bk-2-edge {
background : url('http://www.bakerstreetbreakfastclub.com/images/bk-2-edge.gif') repeat-y;
}
img { 
border: 0px; 
} 
.blue {
background-color: #E6EEFC;
} 
h1 {
padding-top: 0px;
padding-bottom: 12px;
font-size : 16px; 
color : #067c0c; 
font-family : Arial, Helvetica, sans-serif; 
font-weight : bold; 
} 
h2 {
font-size : 15px; 
color : #1958b7; 
font-family : Arial, Helvetica, sans-serif; 
font-weight : bold; 
} 
ul.news {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-style: normal;
line-height: 170%;
font-weight: normal;
color: #1958b7;
text-decoration: none;
background-color: #ffffff;
list-style-position: inside;
list-style-image: url(http://www.bakerstreetbreakfastclub.com/images/adobe.jpg);
padding: 0px;
margin: 0px;
}


.class1 {
	text-decoration: none;
        font-size : 10px; 
	color: #000000;
	}
.class1 a:link {
	text-decoration: none; 
        font-size : 10px; 
	color: #1958b7;
	}
.class1 a:visited {
	text-decoration: none; 
        font-size : 10px;
	color: #1958b7;
	}
.class1 a:hover {
	text-decoration: none; 
        font-size : 10px;
	color: #333333;
	}
.class1 a:active {
	text-decoration: none; 
        font-size : 10px;
	color: #c0c0c0;
	}
.edit-space {
padding:10px;
}
 
.text { 
color : #000000; 
font-family : Arial, Helvetica, sans-serif; 
font-size : 14px;  
font-weight : normal; 
} 
.text A {
color : #000000; 
font-family : Arial, Helvetica, sans-serif; 
font-size : 14px; 
font-weight : normal; 
text-decoration : underline; 
} 
.text A:visited {
color : #585859; 
font-family : Arial, Helvetica, sans-serif; 
font-size : 14px; 
font-weight : normal; 
text-decoration : underline; 
} 
.text A:hover {
color : #9a0d26; 
font-family : Arial, Helvetica, sans-serif; 
font-size : 14px;  
font-weight : normal; 
text-decoration : underline; 
} 
#maintext {
padding: 35px;
}

/* General FORM styles */

/* Form styles */
div.form-container { margin: 10px; padding: 5px; border: #EEE 1px solid; text-align: left; }

p.legend { margin-bottom: 1em; }
p.legend em { color: #C00; font-style: normal; }

div.errors { margin: 0 0 10px 0; padding: 5px 10px; border: #FC6 1px solid; background-color: #FFC; }
div.errors p { margin: 0; }
div.errors p em { color: #C00; font-style: normal; font-weight: bold; }

div.form-container form p { margin: 0; }
div.form-container form p.note { margin-left: 170px; font-size: 90%; color: #333; }
div.form-container form fieldset { margin: 10px 0; padding: 10px; border: #DDD 1px solid; }
div.form-container form legend { font-weight: bold; color: #666; }
div.form-container form fieldset div { padding: 0.25em 0; }
div.form-container label, 
div.form-container span.label { margin-right: 10px; padding-right: 10px; width: 150px; display: block; float: left; text-align: right; position: relative; }
div.form-container label.error, 
div.form-container span.error { color: #C00; }
div.form-container label em, 
div.form-container span.label em { position: absolute; right: 0; font-size: 120%; font-style: normal; color: #C00; }
div.form-container input.error { border-color: #C00; background-color: #FEF; }
div.form-container input:focus,
div.form-container input.error:focus, 
div.form-container textarea:focus {	background-color: #FFC; border-color: #FC6; }
div.form-container div.controlset label, 
div.form-container div.controlset input { display: inline; float: none; }
div.form-container div.controlset div { margin-left: 170px; }
div.form-container div.buttonrow { margin-left: 180px; 
}

.jqueryslidemenu{
font-family : Arial, Helvetica, sans-serif; 
font-size : 14px; 
background: #414141;
width: 100%;
}

.jqueryslidemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.jqueryslidemenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.jqueryslidemenu ul li a{
display: block;
background: #414141; /*background of tabs (default state)*/
color: white;
padding: 8px 5px;
border-right: 1px solid #778;
color: #2d2b2b;
text-decoration: none;
}

* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited{
color: white;
}

.jqueryslidemenu ul li a:hover{
background: black; /*tab link background during hover state*/
color: white;
}
	
/*1st sub level menu*/
.jqueryslidemenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.jqueryslidemenu ul li ul li a{
font-family : Arial, Helvetica, sans-serif; 
font-size : 14px; 
width: 160px; /*width of sub menus*/
padding: 5px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid gray;
}

.jqueryslidemenuz ul li ul li a:hover{ /*sub menus hover style*/
background: #eff9ff;
color: black;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}
