/* Minification failed. Returning unminified contents.
(1496,11): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
 */
@font-face{
	font-family:'Visby CF';
	src:url('../fonts/webfont/VisbyCF-Medium.woff') format('woff');
}

body
{
    /*width: 1903px;*/
    max-width:1903px;
    font-size: 16px;
    font-family: 'Visby CF';
    /*font-family: Arial, Helvetica, Sans-Serif;*/
    color: #232323;
    background-color: #1b0e09;
    background: #FF8200;
    margin: auto;
    padding: 0;
    /*min-height:1070px;*/
}



/*#header, footer, nav, section
{
	display: block;
}*/

/*#header
{
	background-color: #fff;
}*/

a
{
	color: #333;
	outline: none;
	padding-left: 3px;
	padding-right: 3px;
	text-decoration: underline;
}

a:link, a:visited, a:active, a:hover
{
	color: #333;
}

a:hover
{
}

#footer, hgroup, nav, section
{
	display: block;
}


.float-left
{
	float: left;
}

.float-right
{
	float: right;
}

.clear
{
	clear: both;
}

.clear-fix:after
{
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}

h1, h2, h3, h4, h5, h6
{
	color: #232323;
	margin-bottom: 0;
	padding-bottom: 0;
}

h1
{
	font-size: 2em;
}

h2
{
	margin-top: 0;
	font-size: 4.3em;
}

h3
{
	font-size: 1.2em;
	padding: 0;
	margin: 5px 5px 10px;
}

h4
{
	font-size: 1.1em;
}

h5, h6
{
	font-size: 1em;
}

h5 a:link, h5 a:visited, h5 a:active
{
	padding: 0;
	text-decoration: none;
}

/* main layout
----------------------------------------------------------*/
.content-wrapper
{
    /*margin: 0px auto;*/
    /*padding-top:20px;*/
    /*background: #190e02;*/
    /*background: url("/Images/Homepage-background.jpg") no-repeat;*/
    font-size: 16px;
    /*height: 2042px;*/
    /*min-width: 1090px;*/

}

.content-holder
{
	min-height: 570px; /*Do not increase, it will affect scrollable tables*/
	/*border-bottom: 1px solid transparent;*/
	/*background-color: #fff;*/
	/*border-left: 10px solid black;
	border-right: 10px solid black;*/
	/*border-bottom: 10px solid black;*/
    background-color:#FF8200;
    
}

.content-top-border
{
	border-top: 10px solid black;
	margin-top: 0px;
}

.main-content
{

    background: url("/Images/Homepage-background.jpg") no-repeat;
    min-height: 700px;
    margin-top:-10px;   
}

#main-column{
    margin: 0 auto;
}




/*Header*/

#header
{
   
    background-color: white;
    
}

#header-content
{
	width: 1090px;
	min-height: 130px;
	padding: 10px 0;
	margin: 0 auto;
}

#phone-number
{
   width:40%;
   float: right;
   margin-top:45px;
   margin-right: -5px;
}

#test
{
    margin-top:50px;
}

#getyou
{
    width:40%;
    float:left;
    margin-top:17px;

}

#header-content a
{
	float: right;
	margin-top:43px;
	width: 100px;
	padding: 10px;
	border: 1px solid #FF8200;
    border-radius: 5px;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
    background-color:#FF8200;
    color:white;
    margin-right:-435px;

}

#header-content .greeting
{
	float: right;
	margin: 0 20px;
	font-size: 16px;
	color: #0072D4;
}


/*Footer*/

#footer
{
/*transparent*/
	background-color: #FF8200;
	clear: both;
	font-size: 18px;
    text-align:center;
    font-family: 'Visby CF';
	/*min-height: 10px;*/
    padding-top: 20px;
    color: white;
    

}

#notes
{
   color: white;
   margin-top: 150px;
}


#footer-content
{
    background-color: #FF8200;
    width: 100%;
    /*margin: 0px auto 0px auto;*/
    text-align: center;
    font-size: 16px;
    font-weight: normal;
    /*color: #FFFFFF;*/
    font-family: 'Visby CF';
    color: black;
    font-weight: bold;
    padding-bottom:15px;
    /*min-height: 20px;*/

}

#footer-content a
{
	font-size: 16px;
	color: white;
	text-decoration: none;
}

#footer-content .spacer
{
	padding: 0 5px 0 5px;

}

/* site title
----------------------------------------------------------*/
.site-title
{
	color: #c8c8c8;
	font-family: 'Visby CF';
	font-size: 2.3em;
	margin: 0;
}

.site-title a, .site-title a:hover, .site-title a:active
{
	background: none;
	color: #c8c8c8;
	outline: none;
	text-decoration: none;
}




/* Styles for basic forms
-----------------------------------------------------------*/

/*#booking-form-tab
{
    background-color:red;
}*/


fieldset
{
	border: 1px solid #ddd;
	padding: 0 10px 0 10px;
	margin: 10px 10px 0 10px;
	background-color: #FDFDFD;
}



legend
{

	font-weight: bold;
	margin: 0 10px 5px;
	font-style: italic;
}



form
{
	background-color: #fff;
	padding-bottom: 0;
}

input[type=text], input[type=password], textarea, select, legend, label
{
	font-size: 12px;
	padding: 0;
}

input[type=text], input[type=password]
{
	min-width: 200px;
	width: 200px;
	min-height: 16px;
	padding-left: 2px;
}

textarea
{
	min-width: 200px;
	width: 200px;
	min-height: 75px;
	height: 75px;
	border: 1px solid #ccc;
	padding-left: 3px;
}

select
{
	min-width: 205px;
	width: 205px;
	min-height: 16px;
}

.form-holder
{
	background-color: #fff;
	border: 1px solid transparent;
	margin: 0 auto;
}

.form-item
{
	min-height: 30px;
	clear: both;
}

.editor-label, .display-label
{
	min-width: 150px;
	float: left;
    font-family:'Visby CF';
}

.editor-field, .display-field
{
	float: left;
}

.orange-login
{
    color: #FF8200;
}

.editor-label
{
	margin: 0;
	padding-top: 5px;
	font-size: 14px;
    font-family:'Visby CF';
    
}

.editor-field
{
	margin: 0;
    background-color:white;
}

.editor-message
{
	margin: 0;
	font-size: 8px;
	font-weight: bold;
	padding-left: 0.2em;
	font-style: italic;
}

.editor-value-label
{
	float: left;
	border: 1px solid #ccc;
	min-height: 16px;
	min-width: 200px;
	padding: 1px 0 0 5px;
	font-size: 12px;
}

.form-error, .form-info
{
	font-size: 11px;
	font-weight: bold;
	min-height: 15px;
	padding: 5px 5px 5px 20px;
	margin: 10px 10px 5px 10px;
}

.form-error
{
	color: red;
	background-color: yellow;
	border: 1px solid red;
}

.form-info
{
    color: #009933;
    background-color: #EFEFEF;
    border: 1px solid #ccc;
}

.form-bottom-buttons-holder
{
	padding: 5px 0 5px 0;
	text-align: center;
}

.radio-holder-inline
{
	height: 13px;
	padding-bottom: 5px;
}

.radio-holder-inline input
{
	float: left;
}

.radio-holder-inline label
{
	float: left;
	margin: 0 10px 0 0;
	padding-top: 2px;
	font-size: 12px;
	font-weight: bold;
}

.form-section
{
	border: 1px solid #ccc;
	padding-bottom: 10px;
}

button
{
	/*background: transparent url("/images/button.png") left bottom repeat-x;*/
	width: 120px;
	height: 33px;
	border: none;
	font-size: 16px;
	color: #404B53;
	border: 1px solid #ccc;
}

button:hover
{
	/*background: transparent url("/images/button-hilited.png") left bottom repeat-x;*/
}


/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
	color: #f00;
	font-size: 11px;
}

.field-validation-valid
{
	display: none;
}

.input-validation-error
{
	border: 1px solid #f00;
	background-color: #fee;
}

.validation-summary-errors
{
	font-weight: bold;
	color: #f00;
}

.validation-summary-valid
{
	display: none;
}

/* List table
-----------------------------------------------------------*/

div.list-table
{
	background-color: #fff;
}

div.list-table table
{
	width: 100%;
	border-collapse: collapse;
}

div.list-table tr
{
	background-color: #fff;
}

div.list-table tr:hover
{
	background-color: #F9EFCA;
}

div.list-table tr.selected
{
	background-color: #fff;
	font-weight: bold;
}

div.list-table th, table.scroll-list-header th
{
	height: 20px;
	background-color: #0072D4;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding-left: 5px;
	text-align: left;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

div.list-table th.last, div.list-table th.last, table.scroll-list-header th.last
{
	border-right: 0;
}

.list-table th a
{
	color: yellow;
	text-decoration: none;
	text-align: center;
	display: block;
	border: 1px solid #ccc;
	background-color: #1F7C07;
}

div.list-table td
{
	font-size: 12px;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 0;
	padding: 0 2px 0 4px;
	text-align: left;
	height: 21px;
	vertical-align: middle;
}

table.scroll-list-header
{
	width: 100%;
}

div.scroll-list-body
{
	overflow-y: scroll;
}

div.list-action-bar
{
	text-align: right;
	background-color: #CCCCFF;
	padding: 0 2px 0 2px;
}

div.list-action-bar a
{
	font-size: 12px;
	font-weight: bold;
}


a.inline-button
{
	display: block;
	float: left;
	width: 50px;
	border: 1px solid #ccc;
	font-size: 12px;
	text-align: center;
	padding: 1px 0 1px 0;
	margin: 0 5px 0 0;
	background-color: #EFEFEF;
	text-decoration: none;
}

.arrow-button-holder
{
	float: right;
	width: 30px;
	height: 18px;
	padding-top: 3px;
	border: 1px solid red;
}

div.list-table a.arrow-button
{
	display: block;
	float: right;
	width: 10px;
	text-decoration: none;
	border: 1px solid #ccc;
	text-align: center;
	padding: 1px 0 1px 0;
	margin-right: 2px;
	background-color: #EFEFEF;
}

/* Form table
-----------------------------------------------------------*/
.form-table td
{
	height: 25px;
}

/* Popup div
----------------------------------------------------------*/

#popup
{
	display: none;
	position: fixed;
	_position: absolute; /* hack for internet explorer 6*/
	background: #FFFFFF;
	min-width: 0;
	min-height: 0;
	z-index: 2;
	padding: 0;
	font-size: 13px;
}

#popup-content
{
	border: 1px solid transparent;
	/*overflow: visible !important;*/
	/*display: inline-block;*/
}

#location-popup
{
	height: 484px;
	width: 508px;
	z-index: 3;
	background-color: #fff;
}

#popup-title
{
	height: 26px;
	background-color: #8a949d;
}

#popup-title-text
{
	margin: 0;
	font-size: 14px;
	padding: 5px 0 0 10px;
}

#popup-close
{
	width: 26px;
	height: 26px;
	display: none;
	right: 0;
	top: 0;
	position: absolute;
	cursor: pointer;
	background: url("../Images/red_square_cross_icon.png") center center no-repeat;
}

#popup-background, #location-popup-background
{
	display: none;
	position: fixed;
	_position: absolute; /* hack for internet explorer 6*/
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: #000000;
	border: 1px solid #cecece;
	z-index: 1;
}

#popup-info-panel, #location-popup-info-panel
{
	font-size: 14px;
	line-height: 14px;
	padding: 5px;
	height: 16px;
}

.popup-info
{
	background-color: #f3f4f5;
	color: #696969;
}

.popup-error
{
	background-color: #ffff00;
	color: Red;
}

.popup-message-holder
{
	text-align: center;
	padding: 10px 0 45px 0;
	font-size: 14px;
	background: url("../Images/ajax-loader.gif") center 55px no-repeat;
}

.error-container
{
	border: 1px solid #ccc;
	margin: 10px;
	background-color: #EBEBEB;
	min-height: 450px;
}

.error-head
{
	color: #3E3E3E;
	text-align: center;
	font-size: 1.6em;
	font-weight: bold;
	background-color: yellow;
	border-bottom: 1px solid #ccc;
	padding: 5px;
}

.error-list LI
{
	color: red;
	font-weight: bold;
	font-size: 1.2em;
}

/* Status colour
----------------------------------------------------------*/

.dispatching
{
	background-color: #EBEBD8 !important;
}

.assigned
{
	background-color: #DDEEFF !important;
}

.pickedup
{
	background-color: #D6EBD9 !important;
}

.completed
{
	background-color: #EFEFEF !important;
}

.cancelled
{
	background-color: #FFE6E6 !important;
}

/* Car types
----------------------------------------------------------*/

.sedan
{
	background: url("/Images/car-sedan.png") top center no-repeat;
}

.wagon
{
	background: url("/Images/car-wagon.png") top center no-repeat;
}

.five-seater
{
	background: url("/Images/car-5-seater.png") center left no-repeat;
}

.van
{
	background: url("/Images/car-van.png") top center no-repeat;
}

div.captcha
{
	width: 500px;
}

div.captcha .left, div.captcha .right
{
	height: 46px;
}

div.captcha .left
{
	width: 200px;
	float: left;
}

div.captcha .right
{
	float: right;
	width: 270px;
}

div.captcha label
{
	color: white;
	display: block;
	height: 15px;
	margin: 0 0 0 35px;
	font-size: 10px;
}

div.captcha img
{
	float: left;
	width: 30px;
	height: 30px;
}

div.captcha input[type=text]
{
	width: 100px;
	min-width: 100px;
	height: 30px;
	margin: 0 0 0 10px;
	font-size: 16px;
	border: none;
	text-align: center;
}

div.captcha button
{
    background-color: #FF8200;
    color: white;
	height: 43px;
	width: 170px;
    float: right;
    margin-right:-9px;
	margin-top: 5px;
	font-weight: bold;
	font-size: 20px;
    border-radius: 5px;
    border: 1px solid #FF8200;
}

div.captcha a.reload
{
	display: block;
	float: left;
	background: url("/Images/reload-icon.png") top left no-repeat;
	height: 30px;
	width: 30px;
}
@font-face{
	font-family:'Visby CF';
	src:url('../fonts/webfont/VisbyCF-Medium.woff') format('woff');
}

/* main menu
----------------------------------------------------------*/
div#main-menu-holder {
    min-height: 30px;
    background-color: black;
    width: 1090px;
    margin: 0 auto;
    
}

div#main-menu-background
{   
    background-color: #000000;
    /*height: 700px;*/
    margin: 0 auto;
}

ul#main-menu li{
    min-width: 110px;
}

/* module nav menu
----------------------------------------------------------*/

div#module-nav-menu-holder 
{
    margin-top: 10px;
    min-height: 30px;
    padding-top: 0;
    background-color: transparent;
    
    
}

ul#module-nav-menu 
{
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    padding: 0;
    text-align: left;
}

ul#module-nav-menu li {
    float:left;
    margin-right: 15px;
    list-style: none;
    min-height: 24px;
    padding: 6px 5px 0 5px;
    background-color: #B1BDC4;
    font-size: 16px;
    min-width: 193px;
    text-align: center;
}

ul#module-nav-menu li.selected {
    background-color: black;
    font-weight: bold;
    
}

ul#module-nav-menu li a {
    color: black;
    text-decoration: none;
}

ul#module-nav-menu li.selected a {
    color:#FA921C;
    text-decoration: underline;
}

ul#module-nav-menu li a:hover {
    color: yellow;
    text-decoration: none;
}

/* module sub nav menu
----------------------------------------------------------*/
div#sub-nav-menu-holder 
{
    background-color: black;
    height: 35px;
}

div#sub-nav-menu-left {
    float: left;
    min-width: 480px;
    height: 20px;
}

div#page-title {
    float: left;
    padding: 5px 0 5px 0;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

ul#sub-nav-menu {
    font-size: 12px;
    font-weight: 600;
    margin:0;
    padding: 0;
    text-align: left;
}

ul#sub-nav-menu li 
{
    padding: 10px;
    float: left;
    list-style: none;
}

ul#sub-nav-menu li a {
    background: none;
    color: #F0F0F0;
    font-size: 16px;
    font-weight: bold;
}

ul#sub-nav-menu li a:hover {
    color: #FA921C;
}

/* tabs 
-----------------------------------------------------------*/

#tabs ul {
    list-style-type: none;
    margin: 0;
    padding: 0 0 0 10px;
}

#tabs li {
    float: left;
    padding: 5px;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    background-color: #ccc;
}

#tabs li.selected {
    background-color: #ECF5FF;
}

#tabs li.last {
    border-right: 1px solid #ccc;
}

#tab-content {
    background-color: #ECF5FF;
}


/* home page
-----------------------------------------------------------*/


#main-column
{
   
}

#home-left
{
    width: 545px;
    padding: 10px 0 0 10px;
    padding: 0;
    float: left;
    background-color: transparent #8fc4ea;
    
}

#app-logos{
   display:block;
   padding-top:350px;
}

#apple, #google
{
    padding-top:324px;
}

#apple{
    padding-left:15px;
}

#13cabs-app
{
    bottom:0;

}

#text-down
{
    min-height:430px;
    /*width:520px;*/
    font-family:'Visby CF';
    font-size:16px;
    text-align:justify;
    bottom:-130px;
    position:relative;
}

#home-right 
{
    width: 530px;
    padding: 10px 0 0 10px;
    float: right;
    background-color: transparent;
}

div.home-ad-container {
	/*min-height: 650px;*/
}

div.home-ad {
    /*background: transparent url("/Images/Cab-image.jpg") top left no-repeat;
	min-height: 320px;
    position: relative;*/
}

div.home-ad .buttons {
    float: right;
    width: 105px;
    margin: 15px 55px;
    border: none;
}

div.home-ad a 
{
    display: block;
    height: 40px;
    margin: 0 0 5px 0;
    background-color: transparent;
}

div.home-ad a:hover {
    background-color: transparent;
}

div.home-content {
    padding: 10px 15px 0 15px;
}


/*.last
{
    color: white;
}*/
div.home-content p
{
    font-size: 16px;
    font-family: 'Visby CF';
}

#booking-form-holder, #booking-status-holder {
    background-color: black;
    padding: 10px;
    height: 620px;
}

#home-booking-tabs {
    background-color: transparent;
    min-height: 30px;
}

#home-booking-tabs ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

#home-booking-tabs li
{
    float: left;
    min-height: 30px;
    width: 255px;
    background-color: #FF8200;
    text-align: center;
}

#home-booking-tabs li.last {
    float: right;
    background-color: #FF8200;
}

#home-booking-tabs li.last a {
    color: #fff;
}

#home-booking-tabs li a 
{
    display: block;
    padding: 7px;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    line-height: 16px;
    color: white;
}

#home-booking-tabs li.selected a 
{
    color: #FF8200;
}

#home-booking-tabs li.selected {
    background-color: #000;
}

#active-booking-list, #booking-status-map {
    margin: 10px 10px 0 10px;
    border: 1px solid #ccc;
}

#booking-status-map {
    margin-bottom: 10px;
}

#booking-summary-table td{
    font-size: 10px;
    height: 14px;
}

#booking-summary-table td.status, #distance-to-pickup {
    text-align: center;
    font-weight: bold;
    font-size: 14px!important;
}

#booking-summary-table td.status {
    background-color: #ccc;
    color: #5B5B5B;
}

#distance-to-pickup {
    background-color: #D3CF2C;
    color: #5B5B5B;
    
}

#form-blackout-holder {
    position:absolute; 
    top:90px;
    
}

#form-blackout {
    opacity: 0.7;
    background-color: #000;
    margin: 0 0 0 0;
    z-index: 0;
}

/* login page
-----------------------------------------------------------*/

.login-form-holder {
    background: black ;
    border-radius: 15px;
    width:600px;
    /*height:300px;*/
    margin: 0 auto;
    color: #fff;
    top:350px;
    /*left: 550px;*/
    position:relative;
    /*margin: 330px auto 0 auto;*/
}

.login-form-holder form {
    background-color: transparent;
    padding-top: 10px;
}

.login-form-holder a {
    color: #fff;
}

.login-form-holder .field-validation-error {
    font-size: 16px;
    color: yellow;
}

.login-form-holder input[type=text], .login-form-holder input[type=password] {
    min-height: 40px;
    width: 412px;
}

.login-form-holder label {
    line-height: 40px;
    padding-left: 10px;
    font-size: 16px;
}

.login-form-holder .form-item 
{
    min-height: 70px;
}

.login-form-holder button {
    font-family: 'Visby CF';
    background-color: #FF8200;
    border-radius: 5px;
    color: white;
    width: 420px;
    height: 45px;
    border: none;
    font-size: 24px;
    font-weight: bold;
    border: none;
}

.login-form-holder button:hover {
    
    cursor: pointer;
}


/*** General Styles ***/

#fleetLogo {
	padding:	        0;
	margin:				0;
	position:			relative;
	top:				20px;
	width:				100%;
}

#fleetTitle {
	padding:	        0;
	margin:				0;
	position:			absolute;
	top:				10px;
	left:				160px;
	width:				100%;
}

#fleetPhone {
	padding:	        0;
	margin:				0;
	position:			absolute;
	top:				-38px;
	left:				750px;
}

#fleetPhoneCDC {
	padding:	        0;
	margin:				0;
	position:			absolute;
	top:				-38px;
	left:				680px;
}


#bodySlide {
    width: 1040px;
	padding:0;
	margin:0 auto;
    position: relative;
    background-color: white;
    min-height: 300px;
    border-top: 4px solid;
    border-right: 8px solid;
    border-left: 8px solid;
}

#bodyContentPlatformSingle
{
    width: 1040px;
    background-color: white;
    margin: -13px auto 0 auto;
    border-right: 8px solid;
    border-left: 8px solid;
    border-bottom: 8px solid;
}

#bodyContentPlatformSingle a
{
    margin-left:37px;
}

#bodyContentPlatformSingle h1
{
    color: #FF8200;
}

#slideDescription {
	padding:	        0;
	margin:				0;
	width:				500px;
	position:			absolute;
	top:				0px;
	left:				560px;
}

#bodyContentPlatform {
	padding:	 	    0;
	margin: 			0;
	position:			absolute;
	top:				530px;
	background-color:	#fa921c;
	width:				600px;
	right:				0;
	min-height:			500px;
     /*background-color: #FF8200;*/
}


/*** Classes ***/

.pageTitle {
	font-family:		'Visby CF';
	font-size:			18pt;
	line-height:		12pt;
}

.pageSubtitle {
	font-family:		'Visby CF';
	font-size:			14pt;
	font-weight:		normal;
	line-height:		5pt;
}

.pagePhone, pagePhone a {
	font-family:		'Visby CF';
	font-size:			50pt;
	font-weight:		bold;
}

.slideTitle {
	font-family:		'Visby CF';
    color: #FF8200;
	font-size:			14pt;
	font-weight:		bold;
}

.slideText {
	font-family:		'Visby CF';
	font-size:			11pt;
	line-height:		16pt;
}

.bodyH1 {
	padding:	 		20px 40px 0px 40px;
	font-family:		'Visby CF';
	font-size:			14pt;
	font-weight:		bold;
	color:				#535353;
	line-height:		20pt;
}

.bodyP {
    /*width: 1040px;
    background-color: white;
    margin: 0 auto;*/
	padding:	 		0px 50px 0px 40px;
	font-family:		'Visby CF';
	font-size:			11pt;
	text-align:			justify;
}

.bodyLastP {
	padding:	 		0px 50px 40px 40px;
	font-family:		'Visby CF'
	font-size:			11pt;
	text-align:			justify;
}




/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu li {
	position: relative;
}
.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
}
.sf-menu > li {
	float: left;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
	display: block;
}

.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu ul ul {
	top: 0;
	left: 100%;
}


/*** DEMO SKIN ***/
.sf-menu {
	float: left;
}
.sf-menu ul {
	min-width: 250px; /* allow long menu items to determine submenu width */
	width: 12em; /* no auto sub width for IE7, see white-space comment below */
}
.sf-menu a {
	padding: 5px 10px 5px 10px;
	text-decoration: none;
	background: black;
	color: #fff;
    font-size: 16px;
}

.sf-menu a:hover
{
    /*background-color: #9DB3EC;*/
    background-color:#FF8200;
    color: black;
}

.sf-menu li {
	background: black;
	-webkit-transition: background .2s;
	transition: background .2s;
	/*border-right: 1px solid #fff;*/
	
    
}
.sf-menu ul li {
	background: black;
	border-right: none;
}
.sf-menu ul ul li {
	background: #9AAEDB;
}
.sf-menu li:hover,
.sf-menu li.sfHover {
	background: #CFDEFF;
	/* only transition out, not in */
	-webkit-transition: none;
	transition: none;
}

.sf-with-ul 
{
    text-align: center;
    /*color: #FF8200;*/
}

/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul 
{
    
	padding-right: 5.5em;
	*padding-right: 1em; /* no CSS arrows for IE7 (lack pseudo-elements) */
}
/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
	/*content: '';*/
	position: absolute;
	top: 50%;
	right: 1em;
	margin-top: -3px;
	height: 0;
	width: 0;
	/* order of following 3 rules important for fallbacks to work */
	border: 5px solid transparent;
	border-top-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
	border-top-color: rgba(255,255,255,.5);
}
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
	border-top-color: white; /* IE8 fallback colour */
}
/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
	margin-top: -5px;
	margin-right: -3px;
	border-color: transparent;
	border-left-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
	border-left-color: rgba(255,255,255,.5);
}
.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
	border-left-color: white;
}

